crypto/internal/fips140/ecdh.PrivateKey.d (field)
6 uses
crypto/internal/fips140/ecdh (current package)
cast.go#L41: k := &PrivateKey{d: privateKey, pub: PublicKey{curve: p256}}
ecdh.go#L27: d []byte // bigmod.(*Nat).Bytes output (fixed length)
ecdh.go#L31: return priv.d
ecdh.go#L175: p1, err := c.newPoint().ScalarBaseMult(privateKey.d)
ecdh.go#L212: k := &PrivateKey{d: bytes.Clone(key), pub: PublicKey{curve: c.curve, q: publicKey}}
ecdh.go#L263: if _, err := p.ScalarMult(p, k.d); err != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)